home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / mac / media / dirs / BackUp / WildFire.dir / 00010_Script_QuizFrame Behavior < prev    next >
Text File  |  2002-10-15  |  222b  |  19 lines

  1. global Neptune
  2. property loopguard
  3.  
  4. on new me
  5.   loopguard=0
  6. end
  7.  
  8. on exitframe me
  9.   if loopguard=0 then
  10.     AskQuestion (Neptune)
  11.     loopguard=1
  12.   end if
  13.   go the frame
  14. end
  15.  
  16. on Done me
  17.   LoopGuard = 0
  18. end
  19.